1Echo Generic Driver 2 3Release B2 4 5-New firmware for Gina3G & Layla3G that fixes pops and clicks with simultaneous MIDI 6and audio I/O. There is now only one DSP firmware image for both Gina3G and Layla3G. 7 8-The new firmware does not support 8 kHz sampling 9 10-Changed C3g and C3gDco to support the new firmware 11 -Added C3gDco::GetAudioMeters virtual method so that the correct meter values 12 are returned for Gina3G and Layla3G 13 14-Simplified CChannelMask; the mask is no longer stored byte-swapped on Macs and the 15masks are at most 32 bits wide 16 17-Moved the MakeDaffyDuck method from CEchoGals to a static member of CDaffyDuck; 18the constructor for CDaffyDuck is now protected, so that you can only create new 19ducks by calling MakeDaffyDuck. 20 21-Various minor changes to avoid compiler warnings for AMD64 build 22 23-OsSupportWdm has been rewritten to use the WDM DMA APIs 24 25 26 27Release B1 28 29B1 is very similar to B0, with the following changes: 30 31-The code is now licensed under the terms of the Lesser GNU Public License. 32 33-Fixed a minor bug in CDspCommObject::ReadMidi 34 35-Added support for 8 kHz sampling with Gina3G 36 37-Removed obsolete "AddBuffer" command from DSP comm object 38 39-Removed support for Gina24 CD-ROM S/PDIF mode 40 41-Rewrote and fixed some bugs in digital mode switching for Layla24/Gina24/Mona 42 43